Thread: VCL and DLL class problem

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    11

    VCL and DLL class problem

    I am using Borland c++Builder 5, and I have a problem making a dll which has an exported class...
    The DLL compiles ok, but when I try to load it from a client app, it says that "VCL type class has to have operator new". What can I do to fix it? Helpppppp! Btw, the DLL isnt vcl type. just the application.

    Thanks

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    11
    still no reply... cant someone?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Executable with unwanted dll dependency (Borland)
    By Mario in forum C++ Programming
    Replies: 3
    Last Post: 05-23-2002, 04:04 AM