Search found 11 matches

by Zinden
2006-06-08 08:33
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

i removed that ,2
tried to have ,50 insted......

still limit to 2 characters.....

gone thru code alot of times, tried different things with no success.
by Zinden
2006-06-08 07:00
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

poy wrote:i'm not sure at all, but you could try changing the u_int16_t to a bigger type, like u_int32_t.
That didnt change anything....
by Zinden
2006-06-07 10:49
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

the column is a new one...i mean a own column for country names...
and if only 2 letters fits then im gonna throw out my computer thru the window :lol:
by Zinden
2006-06-07 10:25
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

i get 2 letters from coutry name...like Sw... Fi....

so it reads from right spot now...only need to get it to show more letters..
by Zinden
2006-06-06 11:23
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

im almost there....still got some problems to increase letters...still show only 2 letters.

did this:
remove the ", 2" in the return thing
also added it back and used number "50" instead, still same problem.
Must be somewhere else to change that part.
by Zinden
2006-06-06 02:14
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

thats not a problem, that it takes bigger space.

So i hope someone knows how to remake the code......
by Zinden
2006-06-05 12:01
Forum: Programmer's Help
Topic: GeoIpCountryWhois.csv - Add one string.
Replies: 16
Views: 9967

GeoIpCountryWhois.csv - Add one string.

try { // This product includes GeoIP data created by MaxMind, available from http://maxmind.com/ // Updates at http://www.maxmind.com/app/geoip_country string file = Util::getDataPath() + "GeoIpCountryWhois.csv"; string data = File(file, File::READ, File::OPEN).read(); const char* start = data.c_st...
by Zinden
2004-12-31 15:33
Forum: Programmer's Help
Topic: error while compiling where to put natupnp.h ?
Replies: 9
Views: 5708

last question, where do i put this files?
natupnp.h
natupnp.idl

in DCPlusPlus-0.668-src\windows\ ?
by Zinden
2004-12-31 15:06
Forum: Programmer's Help
Topic: error while compiling where to put natupnp.h ?
Replies: 9
Views: 5708

lol, i thought that file was for non Win XP users only....
i think i read compile too fast :)
i looked in it again and saw it was about a dll file for non win xp users had to get :)
Well thanks all for helping me, im away testing once more.
by Zinden
2004-12-31 14:42
Forum: Programmer's Help
Topic: error while compiling where to put natupnp.h ?
Replies: 9
Views: 5708

i tried to search for python link but no luck :( but now i got it and installed + changed path to WTL to include folder instead. but im getting 1 error still. ------ Rebuild All started: Project: zlib, Configuration: Debug Win32 ------ Deleting intermediate files and output files for project 'zlib',...
by Zinden
2004-12-31 11:55
Forum: Programmer's Help
Topic: error while compiling where to put natupnp.h ?
Replies: 9
Views: 5708

error while compiling where to put natupnp.h ?

------ Rebuild All started: Project: zlib, Configuration: Release Win32 ------ Deleting intermediate files and output files for project 'zlib', configuration 'Release|Win32'. Compiling... zutil.c uncompr.c trees.c inftrees.c inflate.c inffast.c deflate.c crc32.c compress.c adler32.c Generating Code...