Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Where is the DotNet API ?  (Read 2991 times)

0 Members and 1 Guest are viewing this topic.

Rayzune

  • Newbie
  • *
  • Posts: 2
    • View Profile
Where is the DotNet API ?
« on: November 24, 2013, 02:37:21 pm »
Hello everyone,

I'm a new user of SFML.net. I made some little games with the original SFML (c++) by the past.

I have two problems whith SFML.net :

- First, I wonder where is the SFML.net API ? It is not in /SFML.Net-2.1/doc, there is the .chm file but not the html files...
- Second, examples can't run on my PC. They all crash when I launch them. For the time being I think the problem comes from my computer, I keep you in touch.

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Where is the DotNet API ?
« Reply #1 on: November 24, 2013, 03:00:18 pm »
- First, I wonder where is the SFML.net API ? It is not in /SFML.Net-2.1/doc, there is the .chm file but not the html files...

CHM = Compiled HTML Help File. What makes you expect a structure of raw HTML files?

Quote
- Second, examples can't run on my PC. They all crash when I launch them. For the time being I think the problem comes from my computer, I keep you in touch.

Well an error message would help, but the issue is probably because you didn't copy the CSML dlls to the folder with the executable.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Rayzune

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Where is the DotNet API ?
« Reply #2 on: November 24, 2013, 03:31:47 pm »
Hi zsbzsb,

CHM = Compiled HTML Help File. What makes you expect a structure of raw HTML files?

Well... I don't know ;D I had never used chm help files, but I just resolved my problem. On Windows (or Windows 7 at least), it's necessary to unblock the file, I didn't know this... So problem solved !

Well an error message would help, but the issue is probably because you didn't copy the CSML dlls to the folder with the executable.

This is a classical windows error message :

(replace Windows Explorer by openGL.exe for example)

EDIT : The issue is not dlls, I already tried this
« Last Edit: November 24, 2013, 03:35:17 pm by Rayzune »

 

anything