Displaying 3 results from an estimated 3 matches for "csourc".
Did you mean:
sourc
2006 Oct 09
1
Problem building a DLL from Fortran 90 source under Windows (with solution)
...pattern rule for
DLLs contained in the file MkRules:
%.dll:
@$(ECHO) EXPORTS > $*.def
@$(NM) $^ | $(SED) -n 's/^........ [BCDRT] _/ /p' >> $*.def
The dependencies list is constructed in the MakeDll file that contains
the following:
CFSOURCES=$(wildcard -f *.c *.f *.f90 *.f95)
CSOURCES=$(wildcard -f *.c)
CXXSOURCES=$(wildcard -f *.cc *.cpp *.C)
FSOURCES=$(wildcard -f *.f)
FCSOURCES=$(wildcard -f *.f90 *.f95)
OBJSA=$(foreach i,$(CSOURCES) $(FSOURCES) $(CXXSOURCES),$(basename $i).o)
Observe that the neither CFSOURCES nor FCSOURCES in included in OBJSA,
i.e. an object file made f...
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
...diaType(int iPosition, CMediaType *pmt) method
in PushSourceDesktop.cpp does not assign a value for average time per
frame, I added the line below;
pvi->AvgTimePerFrame = FPS_10;
FPS_10 is the value I used in m_rtFrameLength(FPS_10) also in the
constructor CPushPinDesktop(HRESULT *phr, CSource *pFilter).
After all, my problem is I tried different values (FPS_10, FPS_20 and
FPS_30) in the code I mentioned above, but the length and quality of
the output videos are not sufficient or even correct. Especially
durations differ between each frame rate (I think there is a linear
relation betw...
2006 Nov 14
2
Building R from source
Hello,
I was trying to build R from source on Windows XP. I installed software which are mentioned from the follow web page http://www.murdoch-sutherland.com/Rtools/ (Last accessed on Nov. 13th, 2006) . Unfortunately, I got error messages whenever I run 'make all recommended' without modifying 'MkRules' file. I have removed software and reinstalled them several times but I still