Skip to content

Version 2.0, added VB6DLL

Compare
Choose a tag to compare
@PhongSeow PhongSeow released this 01 Sep 09:40
· 67 commits to master since this release
64a6b8f

VB6DLL
This scheme is suitable for VB6, reference PigObjFsLib.dll The compiled exe can run directly on different versions of windows, but it needs to be registered through regsrv32.exe PigObjFsLib.dll 。

Example code:
Open VB6 project file PigObjFsTestDll.vbp , sample code in frmPigObjFs.frm Form.
PigObjFsTestDll.exe By PigObjFsTestDll.vbp It can run directly on different versions of windows, but it needs to be registered through regsrv32.exe PigObjFsLib.dll , the command is: Regsvr32 PigObjFsLib.dll