About Store Forum Documentation Contact



Post Reply 
help please
Author Message
kreathyon Offline
Member

Post: #1
help please
hi,

I have a small problem,

in Main.cpp in server folder:

// create 'DL' DataLibrary from containers
DL.skel.create(SkelFiles); SkelFiles.del();
DL.anim.create(AnimFiles); AnimFiles.del();
DL.mesh.create(MeshFiles); MeshFiles.del();
DL.obj .create(ObjFiles); ObjFiles.del();

And error is:

1>c:\sulfuria\server\main.cpp(45) : error C2660: 'EE::StrLibrary::create' : function does not take 1 arguments
1>c:\sulfuria\server\main.cpp(46) : error C2660: 'EE::StrLibrary::create' : function does not take 1 arguments
1>c:\sulfuria\server\main.cpp(47) : error C2660: 'EE::StrLibrary::create' : function does not take 1 arguments
1>c:\sulfuria\server\main.cpp(48) : error C2660: 'EE::StrLibrary::create' : function does not take 1 arguments

help me please , thank you smile
12-07-2012 02:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #2
RE: help please
Thank you aceio76 and i another question:

I would like to know what they can put 'pack' exactly in and what they should not especially put to be sure not to make stupidity?
(This post was last modified: 12-07-2012 09:57 AM by kreathyon.)
12-07-2012 09:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply