SPIGen Download
SPIGen Download
Direct download link:
https://www.freescale.com/files/soft_dev_tools/software/device_drivers/SPIGenNT-2000-XP.zip
A place to collect the random tidbits of information about the technology I use, buy, and make.
Labels: programming
readIn(std::istream & inFile)
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\istream(842) : error C2248: 'std::basic_ios<_Elem,_Traits>::basic_ios' : cannot access private member declared in class 'std::basic_ios<_Elem,_Traits>'
with
[
_Elem=char,
_Traits=std::char_traits
]
C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE\ios(151) : see declaration of 'std::basic_ios<_Elem,_Traits>::basic_ios'
with
[
_Elem=char,
_Traits=std::char_traits
]
This diagnostic occurred in the compiler generated function 'std::basic_istream<_Elem,_Traits>::basic_istream(const std::basic_istream<_Elem,_Traits> &)'
with
[
_Elem=char,
_Traits=std::char_traits
]
testRunner.cpp
Labels: programming