ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: Visual C++ Express and SDK

Make sure your include folders are well configured. I think “windows.h” is at last in the Platform SDK distribution.

18 years ago
Forum
Reply
RE: Visual C++ Express and SDK

Kameleon: Thanks ypuech, never saw that page, I did find a similar one but it didnt have instructions for Express Edition, only Standard. I’ll take …

18 years ago
Forum
Reply
RE: Custom Encryption Formula/method?

I know there are some interesting stuff about encryption in the .Net Framework : But if you want to write your own custom encryption algorithm you c…

18 years ago
Forum
Reply
RE: Add dropdown menu to maintoolbar via script?

It’s not possible to do that in MAXScript and in C++ it would be tricky (and I’m not sure it can be really done). We can only add a toolbar button (ma…

18 years ago
Forum
Reply
RE: iPhysique extension problems

I don’t know. This is not sure because the SDK can change.

19 years ago
Forum
Reply
RE: iPhysique extension problems

The only difference with Zbuffer recompilation is there’s a x64 version in my archive. Our 32 version are exactly the same. Yannick

19 years ago
Forum
Reply
RE: iPhysique extension problems

I fixed the bug. You can download the updated archive at

19 years ago
Forum
Reply
RE: iPhysique extension problems

Hi Dan, On the 64 bit version if I type physiqueOps in the listener I have : physiqueOps <Interface:physiqueOps> If you have undefined retur…

19 years ago
Forum
Reply
RE: iPhysique extension problems

I found the source code for the Physique Maxscript exposure on the old Sparks download website. I’ve recompiled the plugin. Here is the binaries for …

19 years ago
Forum
Reply
RE: iPhysique extension problems

Hi Zbuffer, It seems you have recompiled IPhysique.gup : It would be nice to send the binary to Dan. Also if you can tell me where to find the sour…

19 years ago
Forum
Reply
RE: iPhysique extension problems

Hi Dan, I think some DLLs are missing or the plugin wasn’t well compiled… Try to download and execute this file : It installs runtime components of…

19 years ago
Forum
Reply
RE: Visual C++ Express and SDK

Here is an interesting page on MSDN :

19 years ago
Forum
Reply
RE: Visual C++ Express and SDK

I’ve never tried that (I use Professional Edition). Read this page and the first note :

19 years ago
Forum
Reply
RE: Visual C++ Express and SDK

The Windows Platform SDK isn’t included in Visual Studio 2005 Express. The dependencies by default are not set to link with Win32 libs :

19 years ago
Forum
Reply
RE: Visual C++ Express and SDK

Ok, all these symbols comes from the win32 API. You need to link user32.lib to the plugin.

19 years ago
Forum
Page 21 / 30