开发者

Calling a function in Win32C++ Problem

开发者 https://www.devze.com 2023-02-11 18:40 出处:网络
I got 2 projects in one solution in Visual Studio C++. the first project is composed of functions such as Dirty Text Remover, Key Press Detector and Data Retriever. Then the second project is a window

I got 2 projects in one solution in Visual Studio C++. the first project is composed of functions such as Dirty Text Remover, Key Press Detector and Data Retriever. Then the second project is a window programming with a function that puts the window in the system tray whenever I minimize it.

My problem is this, how could i call the function from the first project to the second pr开发者_Go百科oject.


if the function code is in a header (.h/.hpp) file, just #include the header in the project that you want to call it from.

0

精彩评论

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