hi
my project is built from two vb6 applications and one C++ dll
the dll is actually a utility that reading and writing an ini file.
one vb app. writes uses the dll to write data to the ini file and then it needs to open the second vb app. the second vb app. uses the same dll to read and write the ini file again.
each vb app. works fine separately but when i try to combine bouth of them the second app. crushes.
in order to open the second vb app. i use the shell function.
ODG_GUI_CMDLINE = "\Wizard\odg.exe"
strCommand = App.Path & ODG_GUI_CMDLINE
MyAppID = Shell(strCommand)
the dll is not registerd it just placed in the directory with the applications
thanks
my project is built from two vb6 applications and one C++ dll
the dll is actually a utility that reading and writing an ini file.
one vb app. writes uses the dll to write data to the ini file and then it needs to open the second vb app. the second vb app. uses the same dll to read and write the ini file again.
each vb app. works fine separately but when i try to combine bouth of them the second app. crushes.
in order to open the second vb app. i use the shell function.
ODG_GUI_CMDLINE = "\Wizard\odg.exe"
strCommand = App.Path & ODG_GUI_CMDLINE
MyAppID = Shell(strCommand)
the dll is not registerd it just placed in the directory with the applications
thanks