Replace the line in Splash16.cpp:
pTxt1->Text = S"Book16";
to
pTxt1->Text = S"Aerdvark";
Hello Nikolay, and thanks for helping me out.
As I said I am not much of a programmer, so .NET might be much too big for me.
But I need to start somewhere I guess... So here I am with some basic questions.
I thought the *.arx file is all I need. So now I figure, the seperate files are all partial files that become an *.arx once they are compiled.
Am I right?
For if I only change that .cpp file and then load the *.arx nothing happens...
And how are those *.arx files created? I guess the *.arx files are C++ / C# / VB.NET ...?
Is the program to create these files Visual Studio?
I have read a lot about it but putting it in my own words (and understanding) will give me some more insight.
Please be gentle on me in case my questioning is stupid.
Thanks.