OCX to DLL
-
Hello, I have never worked with C++. I've a project writtern by another person which creates a OCX output. Actually it's only a class library. Now I want to change the output type to .DLL instead of .OCX. Any idea how to do it??
-
Hello, I have never worked with C++. I've a project writtern by another person which creates a OCX output. Actually it's only a class library. Now I want to change the output type to .DLL instead of .OCX. Any idea how to do it??
...in the project properties in all probabilities...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
...in the project properties in all probabilities...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
hi toxcct, I tried but could not find project property which lets me to change the output type. Can you pls explain the steps how do I do it?
-
hi toxcct, I tried but could not find project property which lets me to change the output type. Can you pls explain the steps how do I do it?
what IDE do you use (VC6, VS7, VS71, VS8) ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
what IDE do you use (VC6, VS7, VS71, VS8) ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
VC 6 IDE.... Regards, Nilesh
-
VC 6 IDE.... Regards, Nilesh
Got to
Settings-->Link-->Output File name
. Change its extension to .dll.
Prasad MS MVP - VC++
-
Got to
Settings-->Link-->Output File name
. Change its extension to .dll.
Prasad MS MVP - VC++
Thank you very much Prasad