Ask a Question related to ASP, Design and Development.
-
AJ #1
Error calling an ATL function from ASP
Hi All
I made an MFC app and then added an atl object to it and expose an
interface. I then
register the tlb file and call its functions from an ASP page.
I use Server,CreateObject to create the my C++ object which is fine and it
gets
created.
But when I call one of its function I get this windows error messageBox :
saying
The instruction at "0x0034b01b" referenced memory at "0x000000004", The
memory could
not be "read".
Could you please help me and tell me what is wrong?????
Thanks in advance
AJ Guest
-
Calling a function within a function registered to an event
Hey, Just registered and tried to search through the forum for a solution to my problem, but I haven't found anything that could help me. I've... -
Error calling MS-Access Module Function from SQL
Lars wrote: Unfortunately, user-defined procedures in an Access module are only accessible when Access is running. There are security... -
Calling a function.
Hello, Is there any way to call a function with a variable inside the call. ie: if($preferences != "") { dis_display$$preferences() ; } If... -
Function calling from url
Good morning! I would like to call a function from a <FORM>'s ACTION attribute. This is what I'm trying to do: <FORM... -
Function/Global var to return name of calling function?
I'm sure I saw this somewhere but can't remember where and can't find it now... Is there a PHP function or global variable that will return name...



Reply With Quote

