- Aug
- 2,015
- 81
I am trying to use TakeCmd.lib with PureBasic.
It was last century when I used libraries between C and Basic (DOS)
At that time, I had no problem creating a library file with Microsoft QuickC code, and use that library from QuickBasic.
After testing the TakeCmd.lib with PureBasic, it would appear that TakeCmd.lib can only work from a plugin .DLL, but not from an .EXE
I have no problems calling functions from TakeCmd.lib from a plugin developed with PureBasic, so all is well in that regard.
I'm thinking that is WAD, and it make sense, that TakeCmd.lib can only work from a plugin .DLL
I just want to verify if I am correct.
Joe
It was last century when I used libraries between C and Basic (DOS)
At that time, I had no problem creating a library file with Microsoft QuickC code, and use that library from QuickBasic.
After testing the TakeCmd.lib with PureBasic, it would appear that TakeCmd.lib can only work from a plugin .DLL, but not from an .EXE
I have no problems calling functions from TakeCmd.lib from a plugin developed with PureBasic, so all is well in that regard.
I'm thinking that is WAD, and it make sense, that TakeCmd.lib can only work from a plugin .DLL
I just want to verify if I am correct.
Joe