- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Steve:
It is many years since I used makefiles, well actually I was never successful.
I have a new device that has a sample testfile written in C++ as a console application. It has a makesource file as shown in sources.
Of course I want to take the program and turn it into a Fortran program running in Windows, but using the C++ code as is for the moment.
CAn I make a console application in VS with the C++ program?
Regards
I realize it is off topic, but the end is to make the USB device readible in Fortran and not C++
JMN
It is many years since I used makefiles, well actually I was never successful.
I have a new device that has a sample testfile written in C++ as a console application. It has a makesource file as shown in sources.
Of course I want to take the program and turn it into a Fortran program running in Windows, but using the C++ code as is for the moment.
CAn I make a console application in VS with the C++ program?
Regards
I realize it is off topic, but the end is to make the USB device readible in Fortran and not C++
JMN
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have Visual C++ and the referenced libraries, it should be simple. Since you didn't show the C++ code I can't tell for sure if it is intended to be a console application. I do note that the makefile references a usbd.lib which is not standard with the Windows SDK. It looks as if it is part of the Windows CE SDK, which may prevent its being usable on regular Windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page