G
Guest
I've created a .NET DLL using Visual Studio 2003 which will be referenced by a C# program. I'm able to link the two together just fine now and make calls. The problem is I need the DLL to allocate memory and pass it back to the C# program.
I can't see to use either new or malloc inside that DLL though as the normal libraries aren't compiled in. Sorry if this is a FAQ, but I'd definitely appreciate it if someone can help me work this out.
I can't see to use either new or malloc inside that DLL though as the normal libraries aren't compiled in. Sorry if this is a FAQ, but I'd definitely appreciate it if someone can help me work this out.