ypuech
@ypuech
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 440
Reply
RE: Visual C++ 2005 express edition

It was especially designed for Delphi but if it can create .RES files I think it should work with Visual Studio Express.

18 years ago
Forum
Reply
RE: Visual C++ 2005 express edition

OlegB that replied above is just the Particle Flow developer…

18 years ago
Forum
Reply
RE: Visual C++ 2005 express edition

It’s completely possible to create 3ds Max plugins with VS 2005 Express Edition but you have to create the resources (.rc) by hand or with an external…

18 years ago
Forum
Reply
RE: Doscomnand and shellLaunch dont work with $max

luigi: maxscriptspath = getdir #scripts path_count= maxscriptspath.count maxpath= substring maxscriptspath 1 (path_count-7) print maxpath [code/] …

18 years ago
Forum
Reply
RE: Doscomnand and shellLaunch dont work with $max

Escuse me Luis, $max isn’t a Windows environment variable but a Max symbolic pathname :D. This code should work : maxPath = getFilenamePath “$max” s…

18 years ago
Forum
Reply
RE: Doscomnand and shellLaunch dont work with $max

If you’re running Max 9 simply use .Net : Environment = dotNetClass “System.Environment” maxPath = Environment.GetEnvironmentVariable “max” print…

18 years ago
Forum
Reply
RE: SubClassing .Net Classes??

Yes, loading the assembly containing the custom control in MAXScript you can create it. Maybe using ironPython you can develop such custom .Net contr…

18 years ago
Forum
Reply
RE: SubClassing .Net Classes??

PEN: I would like to have a treeList with drop down menus. Hi Paul, Not too hard to create developing a custom control in C# or VB.NET. Just use…

18 years ago
Forum
Reply
RE: SubClassing .Net Classes??

This is an MFC control?! not a custom .Net control…

18 years ago
Forum
Reply
RE: SubClassing .Net Classes??

It’s not possible to SubClass .Net classes in script because MAXScript isn’t an object oriented managed language. But you can do that in VB.NET, C# an…

18 years ago
Forum
Reply
RE: Can't access with Maxscript

I looked at the Anchor VRML helper. Well, it seems it would be hard to do that. Even with the SDK because I can’t access the parameter block of this o…

18 years ago
Forum
Reply
RE: VS2005 and 3dsMax9 How-To?

Great! Good luck with debugging Max :).

18 years ago
Forum
Reply
RE: VS2005 and 3dsMax9 How-To?

You’ve not specified a filename but a pathname. For Visual Studio, the file to output is “C:\Program Files\Autodesk\3ds Max 9\plugins” but this is n…

18 years ago
Forum
Reply
RE: VS2005 and 3dsMax9 How-To?

Ok, What’s the Output File in the Linker section of the project properties ? I think your problem is that the dle is generated in a bad \plugin direc…

18 years ago
Forum
Reply
RE: VS2005 and 3dsMax9 How-To?

I had no problem when debugging 3ds Max plugins with VS 2005… I think your problem is that the plugin isn’t loaded. The plugin file *.dle must be cop…

18 years ago
Forum
Page 18 / 30