Home » SIRTECH CLASSICS » Jagged Alliance: Unfinished Business » Vanilla Modding » dev-c++ and renameing (delete space)
dev-c++ and renameing (delete space)[message #102044] Thu, 14 October 2004 10:51 Go to next message
Golden-Gnu is currently offline Golden-Gnu

 
Messages:14
Registered:May 2004
Location: Denmark
Can I use Dev-c++ to find files there need renameing? and then thust rename the files on by one and commit to the SVN? or is there other places I need to corect the filename?

I think if one of you explain it to me, that it will be nice a job for me...

I don't got to much C++ experiens, but can understand most of it Wink

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102045] Thu, 14 October 2004 13:05 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
it requires modifying includes and updating projects, paths... etc... Sad

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102046] Thu, 14 October 2004 20:45 Go to previous messageGo to next message
Golden-Gnu is currently offline Golden-Gnu

 
Messages:14
Registered:May 2004
Location: Denmark
I guess I got to have Visual C to edit the project? Then update the makefile and the includes?

I got tons of time, so I think I can do it...

Then I only wonna know if it gonna be
"Standard_Gaming_Platform"
or
"StandardGamingPlatform

is there anything else there is good to know befor i start? ...or is it best that I don't try to do it?

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102047] Fri, 15 October 2004 02:00 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
Actually I have a utility that automates most of it... so I ran it this morning and its all finished already.... I think it was better that I do it... since editing VisualStudio project definition files can lead to problems if your not real careful... you make a small mistake and all VS will do is crash... not even give you a clue as to what is causing the problem....

Edwin wants the include paths to be changed to relative paths to the file so they aren't dependant on include search paths in the project definition... This is a task I can't automate so well... and its time consuming, but doesn't require you to edit projects....

unfortunately I am waiting on clarification from edwin on what he means... but it seems like something you could do if you want to relieve us of these non-programming tasks.

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102048] Fri, 15 October 2004 12:53 Go to previous messageGo to next message
ebuck is currently offline ebuck

 
Messages:123
Registered:August 2004
Location: Houston, TX
Defrog,

Sorry, I was out. Out to Seattle. Now I'm back in Houston, and should be there for some time (no trips planned, anyway).

What I was referring to was relative include directives. So if the header file (or cpp) file is in ja2/StandardGamingPlatform, and the header that's being included in the #include is Tactical.h in ja2/Tactical, then the #include would look like this:

#include "../Tactical/Tactical.h"

This "compacts" the references down till there's only one directory to consider in resolving header files, the top "ja2" directory.

Hope I'm being clear, and yes, it will take some time. I'll see if I can't get off my can and start doing a bit of the heavy lifing.

First task (for me) is to figure out why I've been having SVN problems.

Cheers,
Edwin

Report message to a moderator

Sergeant
Re: dev-c++ and renameing (delete space)[message #102049] Fri, 15 October 2004 19:44 Go to previous messageGo to next message
Golden-Gnu is currently offline Golden-Gnu

 
Messages:14
Registered:May 2004
Location: Denmark
I'll start as soon as I can get to the SVN, and get the updated filenames. I think it's down now?

Defrog: I'll need a SVN acount to update. I have send a email to your hotmail acount.

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102050] Sat, 16 October 2004 03:06 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
ak, stated that the DB became locked after my last commit. He unlocked it, so it appears everything is in order right now..

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102051] Sat, 16 October 2004 09:51 Go to previous messageGo to next message
ebuck is currently offline ebuck

 
Messages:123
Registered:August 2004
Location: Houston, TX
Defrog,

Well, it's been 2 days trying to get to hobby-software.com

I've been unsuccessful in pinging the box, but the nslookup gives the ip address 213.189.213.44

A tracert jumps around for nearly 20 hops, then hits a box that doesn't forward. That box is consistently

kutuz-1-fa0-0-6.msk.zenon.net

Any ideas?

Thanks,
Edwin

Report message to a moderator

Sergeant
Re: dev-c++ and renameing (delete space)[message #102052] Mon, 18 October 2004 21:22 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
I'm not having problems accessing it...

the box doesn't respond to pings even when working

I found that I cannot access it with https://
I have to use the http:// the unsecured form....

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102053] Mon, 18 October 2004 23:57 Go to previous messageGo to next message
ak is currently offline ak

 
Messages:14
Registered:September 2004
Hi guys,

https:// should work now Smile

I messed up with certificates after upgrade to 2.0.52. And since I am not using secure connection myself, did not bother to check.

Best Regards,

ak

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102054] Tue, 19 October 2004 00:08 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
secured http still doesn't work for me... I get a timeout on the connection attempt...

NOTE: this is from work, so this might be firewall related. I will check again from home. (in about 6 hours! Sad )

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102055] Tue, 19 October 2004 00:27 Go to previous messageGo to next message
ak is currently offline ak

 
Messages:14
Registered:September 2004
defrog,

Hmm, works for me Smile . Both through SVN client and by using IE.

Best Regards,

ak

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102056] Tue, 19 October 2004 08:05 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
no luck at home with no firewall

error message from RapidSVN 0.6.1:

Quote:

Error while updating filelist (PROPFIND request failed on '/svn/ja2test/trunk'
PROPFIND of '/svn/ja2test/trunk': could not connet to server)
NOTE: same problem with RapidSVN 0.7.0

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102057] Tue, 19 October 2004 20:09 Go to previous messageGo to next message
ak is currently offline ak

 
Messages:14
Registered:September 2004
defrog,

I "think" I found the problem. Please try secure connection and let me know if it works


Best Regards,

ak

Report message to a moderator

Private
Re: dev-c++ and renameing (delete space)[message #102058] Tue, 19 October 2004 20:12 Go to previous messageGo to next message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
works now

Report message to a moderator

Sergeant 1st Class
Re: dev-c++ and renameing (delete space)[message #102059] Wed, 20 October 2004 14:07 Go to previous messageGo to next message
ebuck is currently offline ebuck

 
Messages:123
Registered:August 2004
Location: Houston, TX
Defrog, AK,

Thanks for all the hard work. Just got the SVN source code this morning. Don't know if my home system still has problems (haven't checked it yet) but here's what worked for me:

TortiseSVN (latest release) using the https:// URL

(Which was proxied through a firewall using non-standard ports)

So I imagine that it works Smile

Started getting things to compile under g++, but it's a slow process. Almost have a few of the first cpp modules compiling.

Report message to a moderator

Sergeant
Re: dev-c++ and renameing (delete space)[message #102060] Fri, 10 December 2004 13:13 Go to previous messageGo to next message
ptruog is currently offline ptruog
Messages:4
Registered:December 2004
Location: Seattle
Is this thread still alive? I'm curious about both a repository, which I can't seem to find. And more specifically, about the repository and/or the success/status about the gcc porting process.

Thanks

Report message to a moderator

Civilian
Re: dev-c++ and renameing (delete space)[message #102061] Fri, 10 December 2004 22:16 Go to previous message
defrog is currently offline defrog

 
Messages:235
Registered:March 2004
Location: Austria
I'm pretty sure its not ready since I haven't finished converting the blitters to C. Smile

Report message to a moderator

Sergeant 1st Class
Previous Topic: Compiling with free MS compiler?
Next Topic: Is JA 2 Gold pack difrent from....
Goto Forum:
  


Current Time: Sat Jan 25 06:09:26 GMT+2 2025

Total time taken to generate the page: 0.01308 seconds