|
|
| gboudro |
| Posted: Dec 16 2002, 03:44 PM |
 |
|
Unregistered

|
Hi,
I'm not able to compile virtual dub. I follow the procedure as a can, but I still have a 'millions' of error...
Does somebody could send me in, in a directory, virtual dub ready to build. (with amplib_new and sylvia folder)
I know I'm asking a lot, but I'm your help is very appreciated!!!!!
|
 |
| fccHandler |
| Posted: Dec 16 2002, 07:03 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
Everything you need to build VirtualDub is available at the official site. Are you getting "millions" of errors or warnings? You may ignore the warnings; only concentrate on the errors. Double-check all your paths in project settings, and make sure you have installed the latest Visual C++ service pack(s).
-------------------- May the FOURCC be with you... |
 |
| gboudro |
| Posted: Dec 17 2002, 06:32 PM |
 |
|
Unregistered

|
Thanks for your help!!!
I only have 1 more error... (But it works the second time I build Virtual Dub)
Is it only for the number information???
the file 'c:\windows\system32\cmd.exe' is there
I'm under windows XP, SP5 is installed.
=======================================
Updating build number information... Incrementing to build 14285 Assembling: verstub.asm Linking... LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /OPT specification LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library Compiling function location database... Le chemin d'accŠs sp‚cifi‚ est introuvable. Error executing c:\windows\system32\cmd.exe.
VirtualDub.exe - 1 error(s), 204 warning(s) |
 |
| fccHandler |
| Posted: Dec 17 2002, 07:21 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
Did you change the Link options for VirtualDub? You need to make sure that Link creates a map file, or the post-build "mapconv" won't work. You don't really need it (unless you're a perfectionist), and the VirtualDub.exe file should have already been compiled (look in the project's output folder).
-------------------- May the FOURCC be with you... |
 |
| gboudro |
| Posted: Dec 17 2002, 08:34 PM |
 |
|
Unregistered

|
Perfect!
I won't be a perfectionnist... (for today)
Thanks, it's appreciated! |
 |