08-08-2007 06:21 AM
08-08-2007 09:37 AM
To answer your customer's question, it should not be necessary to open or convert the .mak file using VS.net. I would suggest that you use the Visual Studio Command Prompt ( Programs->Visual Studio.NET 2003->Visual Studio .NET Tools->Visual Studio .NET Command Prompt) to build from the command line. You will also need to add some utility to provide 'make' functionality from the command line. I use and recommend this http://sourceforge.net/projects/unxutils
Using these tools you should be able to build the MHDDK as shipped without modification by calling 'make' from the directory that contains the MHDDK Makefile.
Hopefully this helps-
I followed this article http://edin.no-ip.com/html/?q=native_win32_port_some_gnu_utils to set up unxUtils.
UnxUtils works well. Then i go to folder nimhddk_visa and type make win-visa.mak but only one thing happen, these
make: nothing to be done for ´win-visa.mak´.
Now, i dont know what i should do, time is going on : /, project is waiting : /.
08-08-2007 05:18 PM
Hello Honzo-
You should actually run make from the location of the top level Makefile (in the MHDDK examples directory). It will call the win-visa.mak file (among others) and should encompass the entire build process.
Hopefully this helps-
08-16-2007 10:37 AM