DLL for C++
Posted: Tue Jan 05, 2010 5:54 pm
HI,
I am having a problem creating a PB DLL that I can include in a Microsoft Visual C++ application,
I am compiling the PB code as a DLL with only one Procedure..ie ProcedureC mydll()
I have also tried the variation... ProcedureCDLL, but the C++ application will not compile either the DLL
or the Lib File as an include, but just throws lots of null character/and character not recognized errors.
Can anyone advise what I am doing wrong.....Thanks.
I am having a problem creating a PB DLL that I can include in a Microsoft Visual C++ application,
I am compiling the PB code as a DLL with only one Procedure..ie ProcedureC mydll()
I have also tried the variation... ProcedureCDLL, but the C++ application will not compile either the DLL
or the Lib File as an include, but just throws lots of null character/and character not recognized errors.
Can anyone advise what I am doing wrong.....Thanks.