Awesome! Thank you! :bowdown:
I would love it if you could share them both so I could try understand what were the changes. I want to try rebuild it from scratch so I can learn to …
I just save the $obj.transform in a cache file and with animate on I load the same matrix3 on an object. I checked cache file and it has the same valu…
Did you actually compiled it?! đŽ linked? [how to use] it is a transform controller which means you can select any object and assing it. I think,…
Yeah, I though so⌠thatâs why at the beginning instead of casting every var, Iâve tried to change itâs type. For example from char cacheTempFileName…
Oh yes! I forgot to change that, thanks guruware! So that fixed the previous error and generated new ones⌠Error 13 error C2664: ‘GetTempPathW’ : c…
Microsoft Visual C++ 2010 with Microsoft Visual Studio 2010 Professional with SP1 Iâm using the trial, I donât know if it has any restrictions.
Thanks! That fixed the problem, but now Iâm getting this one 1> Creating library .\x64\Release mController.lib and object .\x64\Release mCon…
Thanks Klunk! now it says cannot convert parameter 2 from âconst char *â to âTCHAR *â
Donât ask sorry! You saved me a lot of hours! Thanks again! Cya
Thanks!! Btw⌠when you wrote âSee the TabbedDialog struct to change pages of the preferences dialog.â I typed âTabbedDialogâ on the Listener to see i…
That was really helpful! Thank you very much! My only problem is that I can find the tab control, but it doesnât have any children or something so I c…
Thanks lo, Yesterday, I did some tests and I had a couple of problems and I think everything had to do with the fact that âPreference Settingsâ is a …
UIAccessor doesnât it mean that I have to open all these dialogs and check/uncheck the setting? if yes, I was looking for a more sleek solution.