Stdafx.h ? » Debt Management » zeerkalo
forumzeerkalo

zeerkalo



ПоискПоиск   Users   Registration   Entrance
Today: 20.06.2025 - 22:14:36
Pages:  1  

Stdafx.h ?

Advertising

.
MessageAuthor

Hi! I am shamelessly using Richard Berg's GeneralConvoution filter source code to make my first filter, a more general "convolution", allowing for an arbitrary size, off-center, rectangular matrix. I am using Visual C++ 6.0, but I can't find the "stdafx.h" header. Where should I get this library? Thanks for any help!

-----------------------------------------

Panzer_M

users fun




Statistics:
Messages: 842
Registration: 10.05.2003
03.02.23 - 13:09:27
Message # 1
RE: Stdafx.h ?

This one is generated by VC6 when you create a new project. You can live without it, just remove its #include

-----------------------------------------

sprammer325is

users fun




Statistics:
Messages: 693
Registration: 11.27.2003
03.02.23 - 13:20:56
Message # 2
RE: Stdafx.h ?

It wasn't generated by my VC6... Anyway, I found a way around it: since I just needed the vector template, and I found a "vector" file in the libraries directory, I included that instead of stdafx.h, and it works fine. Thanks!

-----------------------------------------

turb02

users fun




Statistics:
Messages: 56
Registration: 12.17.2003
03.02.23 - 13:25:27
Message # 3
RE: Stdafx.h ?

It is also included in the source of AviSynth itself.

-----------------------------------------
MAB

MAB Badgerbimmer

users fun




Statistics:
Messages: 591
Registration: 04.21.2001
03.02.23 - 13:35:22
Message # 4
RE: Stdafx.h ?

You shouldn't use the stdafx.h from the Avisynth source. It includes headers for VFW, ACM, and a bunch of other stuff not helpful for filters. Anyway, it's just a VC++ trick to speed up compile times for frequently-used libraries. Feel free to ignore it.

-----------------------------------------
"It's not the people who vote that count, it's the people who count the votes." -DNC

badmonkey

users fun




Statistics:
Messages: 7,440
Registration: 07.02.2001
03.02.23 - 13:46:54
Message # 5
RE: Stdafx.h ?
How can I use more plug-ins without getting error? : Previous topicNext topic: screensets window, layouts tab, actions
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants