On Thu, 08 Jan 2009, Juan Gálvez wrote: Hi,
> I'm trying to use a PCode DLL (without harbour.dll) with current SVN but it > doesn't work :( > The DLL is generated and loaded correctly (it's created with maindllp.c and > BCC58) but it seems that hb_vmProcessSymbolsEx() isn't able to locate > hb_vmProcessDynLibSymbols(). > Any help is welcome. If you want to used PCODE DLLs with static Harbour binaries then you have to compile Harbour exporting public symbols like for share harbour library. It's enough to set HB_DYNLIB macro. F.e. by: set C_USR=-DHB_DYNLIB then rebuild Harbour. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour