我可以使用makefile在VC2008中编译吗? [英] Can I compile in VC2008 with a makefile?

查看:83
本文介绍了我可以使用makefile在VC2008中编译吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

经过8年的编程只有VB6我现在想学习C ++ .NET。

令人惊奇的是,一切都必须先准备好。例如我想要构建DirectShow基类,但是我在

中找到的唯一文件PSDK \ Samples \Multimedia \DirectShow \ BASClasses是


..cpp

..h

makefile


我想问一下我应该如何编译它们,因为我在思考

我会有一个.sln文件。或者我可以在某种程度上使用makefile在

VC ++ 2008.NET中。在谈到VC ++ 2008时,我应该说VC9吗?

After having programmed since 8 years only VB6 I want to learn C++.NET now.
It''s amazing that everything has to be prepared first. For example I
want to build the DirectShow baseclass, but the only files I found in
the PSDK\Samples\Multimedia\DirectShow\BaseClasses are

..cpp
..h
makefile

I would like to ask how I should compile them because I was thinking
that I would have a .sln file. Or can I use the makefile somehow in
VC++2008.NET. Btw, when talking about VC++2008, should I say VC9?

推荐答案

我不明白为什么没有人回复。你甚至可以说这是一个非常复杂的主题。或者先学习基础知识......任何回复都会是好的。

Anna
I don''t understand why you nobody replies. You could even say "It''s a
too complicated theme" or "Learn basics first"... just any reply would
be good.
Anna


你好Anna,
Hi Anna,

编程8年以后只有VB6我想学习

C ++。NET现在。令人惊讶的是,所有事情都必须先准备好。

例如我想要建立DirectShow基类,但我在
中找到的唯一文件
PSDK \Samples \Multimedia \DirectShow \ BASClasses是


.cpp

.h

makefile


我想问一下我应该如何编译它们因为我在想b / b
我会有一个.sln文件。或者我可以在某种程度上使用makefile在

VC ++ 2008.NET中。
After having programmed since 8 years only VB6 I want to learn
C++.NET now. It''s amazing that everything has to be prepared first.
For example I
want to build the DirectShow baseclass, but the only files I found in
the PSDK\Samples\Multimedia\DirectShow\BaseClasses are

.cpp
.h
makefile

I would like to ask how I should compile them because I was thinking
that I would have a .sln file. Or can I use the makefile somehow in
VC++2008.NET.



在Visual Studio的程序组中,你应该找到一个带有Visual Studio 2008命令提示符的Tools sub

组。或者

Platform SDK有一个CMD提示符。启动其中任何一个,将当前目录设置为要构建和使用的样本

nmake -f makefile


sln文件应该以MFC和ATL的样本提供。

In the program group of Visual Studio you should find a Tools sub
group with a "Visual Studio 2008 command prompt". Alternatively
the Platform SDK has a "CMD prompt". Start either of those, set
the current directory to the sample you want to build and use
nmake -f makefile

sln files should be available in samples of MFC and ATL.


顺便说一句,在谈到VC ++ 2008时,我应该说VC9吗?
Btw, when talking about VC++2008, should I say VC9?



是。


-

SvenC

Yes.

--
SvenC


啊超级!!!谢谢!!
Ah super!!! Thank you!!


这篇关于我可以使用makefile在VC2008中编译吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆