S
Sigfredo N. Jayme
Good Day!
Hello to everyone! I encountered some problems when i
tried to debug my activeX dll (in process).
This is the scenario.
1.I created a simple activex dll called myproject.dll.
I added INitINIFile class. Within that class, I created a
Function called 'Read_INI'.
2.Then i also make a simple vb program that uses the
myproject DLL.
This the code:
dim objserver as object
set objserver= createobject("myproject.INitINIFile")
objserver.Read_INI
3. I tried to debug DLL by executing the DLL then set
the break point to read_ini function.
Then, execute the vb program that calls the dll.
"Error 70 Permission Denied" occured.
4. When i try to transfer the standard exe program and
the dll program to the other PC with similar
configuration, It works...
I'm just posting if anyone knows the solution of this
problem..
Sig
Hello to everyone! I encountered some problems when i
tried to debug my activeX dll (in process).
This is the scenario.
1.I created a simple activex dll called myproject.dll.
I added INitINIFile class. Within that class, I created a
Function called 'Read_INI'.
2.Then i also make a simple vb program that uses the
myproject DLL.
This the code:
dim objserver as object
set objserver= createobject("myproject.INitINIFile")
objserver.Read_INI
3. I tried to debug DLL by executing the DLL then set
the break point to read_ini function.
Then, execute the vb program that calls the dll.
"Error 70 Permission Denied" occured.
4. When i try to transfer the standard exe program and
the dll program to the other PC with similar
configuration, It works...
I'm just posting if anyone knows the solution of this
problem..
Sig