|
Say I have a CString object strMain="AAAABB DDBB DDDAA"; I also have two smaller strings, say strSmall1="BB"; strSmall2="DD"; Now, I want to replace all occurence of strings which occur between strSmall1("BB") and strSmall2("DD") in strMain, with say ...
Started by Varun Mahajan on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That, of course, assumes you want to replace all the occurrences in the main string -- if you only want to replace the ....
If curlocation matches string strsmall1 save index break loop over remaining string replace till curlocation.
|
|
VB/VC/VH/VK 3.3L Replace with 308. Hi,
New to the forum & had a look about & very nice, lots of handy info. I did do a search, but didn't really come up with a clear answer.
Will an Holden 5L V8 & 4spd fit pretty much straight into VB-VK 3.3L front end...
Started by Jello63 on
, 8 posts
by 7 people.
Answer Snippets (Read the full thread at justcommodores):
Mate im not 100% if the engine mount position will be the same from a 6cl to v8 but i know if you look on ebay you can get a v8 k frame for about 50$ other than that you just need all your v8 parts like exhaust,power steering pump and lines,ect vb to ... .
|
|
How can I convert existing vcproj files to project files that the QT add-in to Visual Studio recognizes and treats as valid Qt projects?
Should I just bite the bullet and create new projects to replace the old ones, and then add existing code?
I am using...
Started by Morten Fjeldstad on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
The qmake manual is available here:
http.
And vice versa; If you have a .vcproj that has been generated by doing qmake -tp vc, then you can file using 'qmake -tp vc' on that .pro file.
|
Ask your Facebook Friends
|
Correct me if I'm in a wrong section with this one.
Is there a way to make time in VC like a real 24hr? there was a Cleo for it on gta garage but it''s gone now, I was searching over the net but couldn't find anything so... is there a mod or tool or anything...
Answer Snippets (Read the full thread at gtaforums):
A little menu....
|
|
I am rebuilding the Wheels using there Original textures and just making them Round and modeled up a little cleaner, also making the Near LOD for the Wheels Exactly the same as my new Higher Quality Version so it will appear that there is always a nice...
Answer Snippets (Read the full thread at gtaforums):
To do a Similar mod for all the VC Cars, which would replace there LOD with a cleanup version It! Keep up the good work i always love when people make new mods for III/VC!
great work, i really liked really good, and making old ....
|
|
So basically, I'm wondering, would a pcv valve still hooked up like a stock si possibly cause smoking during boost? I had my VC dumped to atmospheric via a filter, but I'm wondering if I need to do anything with the PCV valve since I'm experiencing smoke...
Started by 06si_callhervictoria on
, 16 posts
by 7 people.
Answer Snippets (Read the full thread at 8thcivic):
I think the best solution ....
You may need to replace the Pcv store and buy a fitting to replace it (mine was about $2.50) or to just remove the pcv fitting all the same.
So vent it to atmosphere with a breather filter on it .
Major issues.
|
|
How to replace _asm nop instructions in 64-bit. compiles and works in 32-bit.
Started by ra170 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
NOP isn't one of them, you'd have to use MASM64 , available as vc\bin\x86_amd64.
Is available here.
|
|
Hello I wanted to convert some SA anims from muscle and ped.ifp to gta vc ped.ifp .
There are tne ones i want:
Muscle.ifp:
Sprint
Idle
Ped.ifp:
Running
Opening door both L and R
I used an tut here at gtaforums like:
Open my DFF
Open muscle.ifp
select ...
Answer Snippets (Read the full thread at gtaforums):
Try and see.
And close 3ds Max.
Then I open VC Ped.ifp -> Replace.
Animation -> Apply Animation.
|
|
Hi,
Can anybody please help me to convert this code (Structure and its members) which is in VC++ to VB.NET.
Code: #define GBIF_IP_MAC_NAME_CHAR_ARRAY_LENGTH 16 #define GBIF_STRING_DATATYPE unsigned char typedef struct { GBIF_STRING_DATATYPE ucMacAddress...
Started by Susheelss on
, 17 posts
by 4 people.
Answer Snippets (Read the full thread at com):
Also, please pay attention to what I said....I told you to replace.
I don;t know the name of the DLL where that function resides so you will have to replace pointer through the Marshal class.
It into the function.
|
|
Hi,
Can anybody please help me to convert this code (Structure and its members) which is in VC++ to VB.NET.
Code: #define GBIF_IP_MAC_NAME_CHAR_ARRAY_LENGTH 16 #define GBIF_STRING_DATATYPE unsigned char typedef struct { GBIF_STRING_DATATYPE ucMacAddress...
Started by Susheelss on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at vbforums):
I don;t know the name of the DLL where that function resides so you will have to replace.
It into the function.
|