Subj : Creating objects with parameters from C/C++ To : netscape.public.mozilla.jseng From : "Andreas Podgurski" Date : Sat Jul 26 2003 12:30 pm Hi! I need to create an object in C/C++ at runtime, which expects parameters to the constructor. Sadly, JS_ConstructObject only takes the class as parameter, so I can't call the constructor with creation parameters like on script level (e.g. Pic=new Image(320,256);). Any possibility to it by hand with an own function or isn't that possible at all? Thanks in advance, Andreas Podgurski .