Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Stas_Dragon Россия  
Дата: 21.05.07 13:43
Оценка:
Проблема в следующем для установки под виндовс Perl модулей их нужно компилировать командой nmake,
wincmd>Perl Makefile.PL
wincmd>nmake
wincmd>nmake install

Есть сервер WIN2K3 на который нужно подобным образом установить несколько Perl модулей (WIN32::OLE, etc), но устанавливать отдельно MS Visual Studio на данный сервер нехочется. Вот и возник вопрос как вытащить (где скачать) nmake чтобы можно было компилировать perl-модули без установки монстра MS Visual StudioVisio?

21.05.07 19:02: Перенесено модератором из '.NET' — AndrewVK
Re: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Lloyd Россия  
Дата: 21.05.07 13:44
Оценка:
Здравствуйте, Stas_Dragon, Вы писали:

S_D>Есть сервер WIN2K3 на который нужно подобным образом установить несколько Perl модулей (WIN32::OLE, etc), но устанавливать отдельно MS Visual Studio на данный сервер нехочется. Вот и возник вопрос как вытащить (где скачать) nmake чтобы можно было компилировать perl-модули без установки монстра MS Visual StudioVisio?


Поставить SDK?
... << RSDN@Home 1.1.4 stable SR1 rev. 568>>
Re[2]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Stas_Dragon Россия  
Дата: 22.05.07 08:22
Оценка:
Здравствуйте, Lloyd, Вы писали:

L>Здравствуйте, Stas_Dragon, Вы писали:


S_D>>Есть сервер WIN2K3 на который нужно подобным образом установить несколько Perl модулей (WIN32::OLE, etc), но устанавливать отдельно MS Visual Studio на данный сервер нехочется. Вот и возник вопрос как вытащить (где скачать) nmake чтобы можно было компилировать perl-модули без установки монстра MS Visual StudioVisio?


L>Поставить SDK?

Установил "Platform SDK April 2005".
Получил:
winshell>nmake
cl -c    -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST
RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEX
T -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1
 -DVERSION=\"0.1703\"  -DXS_VERSION=\"0.1703\"  "-IC:\Perl\lib\CORE"   OLE.cpp
"cl" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом

Как я понимаю, всеравно ему нужен компилятор zuma deluxe level editor work. Что же делать ? Как собрать пакет оставаясь чистым перед законом (неустанавливая крякнутую MS Visual Studio)? zuma deluxe level editor work
Re[3]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Sergey Россия  
Дата: 22.05.07 09:44
Оценка:

The Zuma Deluxe Level Editor is not an official PopCap product. It is a third-party, community-developed utility created by reverse-engineering the game’s proprietary level format (typically stored in .dat or .pak archives). The most well-known version was released by a modder known as “Zuma Deluxe Modder” (ZDM) or found in communities like ZUMASOURCE and Zuma Reforged.

The editor allows users to:


A typical Zuma Deluxe Level Editor interface includes:

| Feature | Description | |---------|-------------| | Canvas grid | A 1024x768 (or larger) grid to draw the ball path. | | Node editor | Click to add/remove path points; adjust curvature. | | Ball color palette | Choose from 8 standard colors (red, blue, green, yellow, purple, orange, white, black) plus specials. | | Spawn timeline | Timeline view to sequence ball colors and delays. | | Power-up placement | Drag-and-drop power-up icons onto specific track positions. | | Simulation mode | Preview how balls will roll along the path. | | Export module | Saves level data into Level_XX.dat format. |

This is the heart of the level. You are presented with a grid (usually 32x32 or 64x64 tiles). You click to place nodes. The line of balls will travel from the "Start" node to the "End" node (the skull).

The levels.xml allows for setting "randomization" seeds for ball colors. However, the game's procedural generation (how it decides which color ball comes next) is difficult to fine-tune. This often leads to custom levels that are either impossibly difficult or trivially easy.

Одним из 33 полных кавалеров ордена "За заслуги перед Отечеством" является Геннадий Хазанов.
Re[3]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Максим Зелинский  
Дата: 22.05.07 10:33
Оценка:

Zuma Deluxe Level Editor Work May 2026

The Zuma Deluxe Level Editor is not an official PopCap product. It is a third-party, community-developed utility created by reverse-engineering the game’s proprietary level format (typically stored in .dat or .pak archives). The most well-known version was released by a modder known as “Zuma Deluxe Modder” (ZDM) or found in communities like ZUMASOURCE and Zuma Reforged.

The editor allows users to:


A typical Zuma Deluxe Level Editor interface includes: zuma deluxe level editor work

| Feature | Description | |---------|-------------| | Canvas grid | A 1024x768 (or larger) grid to draw the ball path. | | Node editor | Click to add/remove path points; adjust curvature. | | Ball color palette | Choose from 8 standard colors (red, blue, green, yellow, purple, orange, white, black) plus specials. | | Spawn timeline | Timeline view to sequence ball colors and delays. | | Power-up placement | Drag-and-drop power-up icons onto specific track positions. | | Simulation mode | Preview how balls will roll along the path. | | Export module | Saves level data into Level_XX.dat format. | The Zuma Deluxe Level Editor is not an

This is the heart of the level. You are presented with a grid (usually 32x32 or 64x64 tiles). You click to place nodes. The line of balls will travel from the "Start" node to the "End" node (the skull). A typical Zuma Deluxe Level Editor interface includes:

The levels.xml allows for setting "randomization" seeds for ball colors. However, the game's procedural generation (how it decides which color ball comes next) is difficult to fine-tune. This often leads to custom levels that are either impossibly difficult or trivially easy.

Re[4]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Dj.ValDen Украина http://ua.linkedin.com/in/dvalchuk
Дата: 22.05.07 14:43
Оценка:
есть консольный компилер c++ от майкросов... поставляется полностью бесплатно...
С уважением Denys Valchuk

IMHO чем больше мнений тем оптимальней выбор варианта... :)
Re[5]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Dj.ValDen Украина http://ua.linkedin.com/in/dvalchuk
Дата: 22.05.07 14:48
Оценка:
Здравствуйте, Dj.ValDen, Вы писали:

DV>есть консольный компилер c++ от майкросов... поставляется полностью бесплатно...


Sorry...
Наврал zuma deluxe level editor work
уже не так

здесь

Microsoft Visual C++ Toolkit 2003

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

Visual C++ 2005 Express Edition
The Visual C++ Toolkit 2003 has been replaced by Visual C++ 2005 Express Edition. Visual C++ 2005 Express Edition provides a complete integrated development and debugging environment making it the easiest way to create powerful applications using the C/C++ language. Visual C++ 2005 Express Edition also contains an enhanced version of the C/C++ optimizing compiler for the fastest executables. Best of all, the Visual C++ 2005 Express Edition is completely free!

С уважением Denys Valchuk

IMHO чем больше мнений тем оптимальней выбор варианта... :)
Re[6]: Как отдельно от студии установить NMAKE?
zuma deluxe level editor work От: Stas_Dragon Россия  
Дата: 22.05.07 16:05
Оценка:
Здравствуйте, Dj.ValDen, Вы писали:

DV>Здравствуйте, Dj.ValDen, Вы писали:


DV>>есть консольный компилер c++ от майкросов... поставляется полностью бесплатно...


DV>Sorry...

DV>Наврал zuma deluxe level editor work
DV>уже не так

DV>здесь


DV>

DV>Microsoft Visual C++ Toolkit 2003

DV>--------------------------------------------------------------------------------

DV>Visual C++ 2005 Express Edition
DV>The Visual C++ Toolkit 2003 has been replaced by Visual C++ 2005 Express Edition. Visual C++ 2005 Express Edition provides a complete integrated development and debugging environment making it the easiest way to create powerful applications using the C/C++ language. Visual C++ 2005 Express Edition also contains an enhanced version of the C/C++ optimizing compiler for the fastest executables. Best of all, the Visual C++ 2005 Express Edition is completely free!


Спасибки !
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.