开发者

how to call winmain function through a main function

开发者 https://www.devze.com 2023-01-05 20:12 出处:网络
I am using dev c++ and i need to call a function which has some butons and edit boxes created using windows.h th开发者_JAVA技巧rough another program which uses graphics functions and both files exist

I am using dev c++ and i need to call a function which has some butons and edit boxes created using windows.h th开发者_JAVA技巧rough another program which uses graphics functions and both files exist in a project and i am unable to do it..can any one help me please...


From what I gather, you have a function that creates some GUI components and needs to be called from two different programs. If this is the case, one option is to create a separate .DLL project that makes a run-time library that can be shared with the other two programs.

0

精彩评论

暂无评论...
验证码 换一张
取 消