View Single Post
  #1 (permalink)  
Old September 26th, 2003, 12:20 PM
eamonn_ryan eamonn_ryan is offline
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Custom DLL can't call an EXE?

Can someone explain to me why ShellExecute() will not do launch a windows program if I place ShellExecute within my custom DLL? All of my other functions work except ShellExecute and MessageBox. Is there a way to build a DLL that launches an exe on the client? ShellExecute and MessageBox work great if compiled into an exe, but why not complied into a DLL?

thanks.