Search found 13 matches

by yukino30
August 22nd, 2017, 9:35 am
Forum: Everything
Topic: Problems with OutputDebugString
Replies: 3
Views: 2119

Re: Problems with OutputDebugString

Yup!
That worked thanks!! Problem solved
by yukino30
August 21st, 2017, 4:05 pm
Forum: Everything
Topic: Problems with OutputDebugString
Replies: 3
Views: 2119

Problems with OutputDebugString

Hello, I'm using Chili Framework 2016 in Visual Studio to test a simple project. I wanted to use OutputDebugString to show in the output some variables. But it doesn't compile. When I try to compile the program is says: 'void OutputDebugStringW(LPCWSTR)': cannot convert argument 1 from 'const char *...
by yukino30
August 17th, 2017, 9:10 am
Forum: Everything
Topic: Help with an algorithm
Replies: 4
Views: 2210

Re: Help with an algorithm

Thanks all for the answers.
MrGodin Thanks for the code!
by yukino30
August 16th, 2017, 9:25 am
Forum: Everything
Topic: Help with an algorithm
Replies: 4
Views: 2210

Help with an algorithm

Hello All, I'm trying to make an algorithm for a minigame. I'm using chili framework to test the answer and then I'm planing to use the algorithm in Unreal4 (C++). What I want is an algorithm which is able to get something similar to this: https://i.stack.imgur.com/xm3u5.jpg The blue cells are cells...
by yukino30
October 12th, 2016, 9:06 am
Forum: Everything
Topic: Advanced C++ Tutorial 2 Problem
Replies: 2
Views: 1452

Re: Advanced C++ Tutorial 2 Problem

That's completely true.
Thanks a lot!
by yukino30
October 12th, 2016, 7:25 am
Forum: Everything
Topic: Advanced C++ Tutorial 2 Problem
Replies: 2
Views: 1452

Advanced C++ Tutorial 2 Problem

Hi All, I have a problem with this tutorial (2 Advanced). I´m using Visual Studio 2015 Community for this series of tutorials with Chili's template. With a clean project/template, everything is fine, I can compile and I can see the initial black screen. When I include the PolyClosed class and try to...
by yukino30
June 18th, 2016, 5:33 pm
Forum: Everything
Topic: Intermediate C++ Directx Lesson 15 request
Replies: 23
Views: 7113

Re: Intermediate C++ Directx Lesson 15 request

Hi all OMG, I fixed the problem thanks to albinopapa who gave me that example about the declaration issue. My problem was that I had the leftSeq declared before rightSeq and when I was initializting leftSeq in the constructor everything was broke, I wasn't expecting this result. So this is the situa...
by yukino30
June 17th, 2016, 10:42 am
Forum: Everything
Topic: Intermediate C++ Directx Lesson 15 request
Replies: 23
Views: 7113

Re: Intermediate C++ Directx Lesson 15 request

Actually I'm using and older version than that... VS 2010 so it's even worse.
by yukino30
June 17th, 2016, 9:18 am
Forum: Everything
Topic: Intermediate C++ Directx Lesson 15 request
Replies: 23
Views: 7113

Re: Intermediate C++ Directx Lesson 15 request

Hi Again Sorry about the file, I didn't read about the sdf file. - About the breakpoints in debug mode: - 1 Breakpoint in BiSurfaceSequence class in the constructor, in the rightSeq, trying to see if rightSeq was well instanciated. - 1 Breakpoint in BiSurfaceSequence class in the constructor in left...
by yukino30
June 17th, 2016, 7:37 am
Forum: Everything
Topic: Intermediate C++ Directx Lesson 15 request
Replies: 23
Views: 7113

Re: Intermediate C++ Directx Lesson 15 request

Hi Chili If you could take a look in my code that would be great! Thanks! I used the debug and put some breakpoints and try to debug that part, but I've just could. I checked the code, and I don't know what else can I do. Any other alternatives? I'm a programmer of C# - Unity, I usually know how to ...