Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » Applications created with U++ » CsvComparator application
Re: CsvComparator application [message #28539 is a reply to message #27842] Mon, 06 September 2010 12:32 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3360
Registered: August 2008
Senior Veteran
Hello Didier

Sorry for the late answer. The program works perfectly in Windows too with MinGW without (almost) any change.

index.php?t=getfile&id=2790&private=0

Now in main.cpp, method doCompare(), there is:
tcc.AddIncludePath("/usr/include");
tcc.AddLibraryPath("/usr/lib");
just put the adequate paths for Windows like "Tcc\\lib\\include" and "Tcc\\lib\\lib".

It is not possible to compile MSC as it does not let declarations with dynamic allocation:
T columnData[nbRows];

Some comments:
- In main.cpp, line 254, it seems to have a call to getDataType without arguments
- In GUI_APP_MAIN, when run without arguments, its called 12 times TRACE_INFO() that calls PromptOK().
  • Attachment: dib.PNG
    (Size: 19.89KB, Downloaded 724 times)


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: WordNet 3.0 browser
Next Topic: STermPro: next generation serial port monitor
Goto Forum:
  


Current Time: Tue May 07 19:45:37 CEST 2024

Total time taken to generate the page: 0.01990 seconds