Search found 5 matches

by bansky0
22 Aug 2023
Forum: RE Development and SDK Discussion
Topic: Tutorial RE
Replies: 2
Views: 3703

Re: Tutorial RE

buddard: Yes, I did inlude them. Or at least I follow the tutorial. I have attached so you can have a look at the files.
by bansky0
21 Aug 2023
Forum: RE Development and SDK Discussion
Topic: Tutorial RE
Replies: 2
Views: 3703

Tutorial RE

Hi, I propose this topic so new developers can ask questions that might find during RE tutorial. So, I try to follow the tutorial writing the code instead of copy/paste. So probably as many I struggle a bit with the syntax and spend a lot of time try to be as accurate as possible while understand wh...
by bansky0
08 Aug 2023
Forum: RE Development and SDK Discussion
Topic: Get started build Error
Replies: 5
Views: 4317

Re: Get started build Error

@jengstorm: Hi. Yes, It is true I didn't need admin mode. I just tested. Thanks for the tip. I can see what you mean with 32 bit executables. I realized that the problem was that I should be running in 64 bit. My VS2022 runs the command line in 32 by default even I have installed and configure all i...
by bansky0
04 Aug 2023
Forum: RE Development and SDK Discussion
Topic: Get started build Error
Replies: 5
Views: 4317

Re: Get started build Error

@bansky0: That one is a classic. You need to make sure you run the script from a command prompt with environment targeting Windows x64 architecture. This is usually done by starting a command prompt from a specific shortcut installed with Visual Studio / MSBuild Desktop Tools, called e.g. "x64 Nati...
by bansky0
29 Jul 2023
Forum: RE Development and SDK Discussion
Topic: Get started build Error
Replies: 5
Views: 4317

Get started build Error

Hi, I recently beginning with RE developer started pack, but seems it is pretty well documented although I have troubles building through python. When I run the command line python build45.py local45 Testing . I got the following messages: Building JukeboxExports.cpp Building SampleSound.cpp Buildin...